/* Force the lines to stay thick and yellow at all times */
[data-type="column"]:not(:last-child) {
    border-right: 4px solid #ebd89b !important;
}

/* Block the template's hover effect from turning them white */
[data-type="row"]:hover [data-type="column"]:not(:last-child),
section:hover [data-type="column"]:not(:last-child) {
    border-right: 4px solid #ebd89b !important;
}

/* Hide any native template dividers that light up on hover */
.zlp-column-divider, 
[data-type="divider"],
:hover .zlp-column-divider,
:hover [data-type="divider"] {
    display: none !important;
}

/* Force both the Booking and Expedia buttons to be the exact same size */
[data-type="button"] a[href*="booking.com"],
[data-type="button"] a[href*="expe.onelink.me"] {
    width: 180px !important;
    height: 45px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Force both logos inside the buttons to be small and perfectly identical */
[data-type="button"] a[href*="booking.com"] img,
[data-type="button"] a[href*="expe.onelink.me"] img {
    width: 20px !important;
    height: auto !important;
    margin-right: 8px !important;
}

